{/if}
| {$store->storeName} |
{$store->totQty}{assign var=totQty value=$totQty + $store->totQty} |
{$store->tot_productBuyPrice}{assign var=tot_productBuyPrice value=$tot_productBuyPrice + $store->tot_productBuyPrice} |
{$store->tot_lastbuyprice}{assign var=tot_lastbuyprice value=$tot_lastbuyprice + $store->tot_lastbuyprice} |
{$store->tot_lastbuyprice_withDiscount}{assign var=tot_lastbuyprice_withDiscount value=$tot_lastbuyprice_withDiscount + $store->tot_lastbuyprice_withDiscount} |
{$store->tot_meanbuyprice}{assign var=tot_meanbuyprice value=$tot_meanbuyprice + $store->tot_meanbuyprice} |
{$store->tot_meanbuyprice_withDiscount}{assign var=tot_meanbuyprice_withDiscount value=$tot_meanbuyprice_withDiscount + $store->tot_meanbuyprice_withDiscount} |
{$store->tot_productSellAllPrice}{assign var=tot_productSellAllPrice value=$tot_productSellAllPrice + $store->tot_productSellAllPrice} |
{$store->tot_productSellHalfPrice}{assign var=tot_productSellHalfPrice value=$tot_productSellHalfPrice + $store->tot_productSellHalfPrice} |
{$store->tot_productSellUnitPrice}{assign var=tot_productSellUnitPrice value=$tot_productSellUnitPrice + $store->tot_productSellUnitPrice} |
{/foreach}
| الاجمالى |
{$totQty} |
{$tot_productBuyPrice} |
{$tot_lastbuyprice} |
{$tot_lastbuyprice_withDiscount} |
{$tot_meanbuyprice} |
{$tot_meanbuyprice_withDiscount} |
{$tot_productSellAllPrice} |
{$tot_productSellHalfPrice} |
{$tot_productSellUnitPrice} |